100
|
How can I remove an event
Calendar1->AutoSize = Excalendarlib_tlb::AutoSizeEnum::exFixedSize;
Calendar1->FixedCellWidth = 36;
Calendar1->Images(TVariant(String("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq") +
"lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" +
"0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" +
"NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="));
Calendar1->Events->Add(Calendar1->Date)->Image = 1;
Calendar1->Events->Remove(TVariant(Calendar1->Date));
|
99
|
How can I count the events
Calendar1->Images(TVariant(String("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq") +
"lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" +
"0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" +
"NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="));
Calendar1->Events->Add(Calendar1->Date)->Image = 1;
long var_Count = Calendar1->Events->Count;
|
98
|
How can I clear all events
Calendar1->Images(TVariant(String("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq") +
"lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" +
"0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" +
"NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="));
Calendar1->Events->Add(Calendar1->Date)->Image = 1;
Calendar1->Events->Clear();
|
96
|
How can I assign an icon to a date

Calendar1->AutoSize = Excalendarlib_tlb::AutoSizeEnum::exFixedSize;
Calendar1->FixedCellWidth = 36;
Calendar1->Images(TVariant(String("gBJJgBAIDAAGAAEAAQhYAf8Pf4hh0QihCJo2AEZjQAjEZFEaIEaEEaAIAkcbk0olUrlktl0vmExmUzmk1m03nE5nU7nk9n0/oFBoVDolFo1HpFJpVLplNp1PqFRqVTq") +
"lVq1XrFZrVbrldr1fsFhsVjslls1ntFptVrtltt1vuFxuVzul1u13vF5vV7vl9v1/wGBwWDwmFw2HxGJxWLxmNx0xiFdyOTh8Tf9ZymXx+QytcyNgz8r0OblWjyWds+m" +
"0ka1Vf1ta1+r1mos2xrG2xeZ0+a0W0qOx3GO4NV3WeyvD2XJ5XL5nN51aiw+lfSj0gkUkAEllHanHI5j/cHg8EZf7w8vl8j4f/qfEZeB09/vjLAB30+kZQAP/P5/H6/y" +
"NAOAEAwCjMBwFAEDwJBMDwLBYAP2/8Hv8/gAGAD8LQs9w/nhDY/oygIA="));
Calendar1->Events->Add(Calendar1->Date)->Image = 1;
|
95
|
How can I enable or disable a date

Calendar1->Events->Add(Calendar1->Date)->Disabled = true;
|
94
|
How can I mark or highlight a date

Calendar1->Events->Add(Calendar1->Date)->Marker = true;
|
93
|
How can I assign a tooltip or a comment to a date

Excalendarlib_tlb::IEventPtr var_Event = Calendar1->Events->Add(Calendar1->Date);
var_Event->Comment = L"This is a text that shows up when the cursor hovers the date";
var_Event->CommentTitle = L"T I T L E";
Calendar1->HideSelection = true;
|
92
|
How can I assign any extra data to a date
Calendar1->Events->Add(Calendar1->Date)->set_UserData(TVariant("your data"));
|
91
|
How can I change the background color for a date

Calendar1->Events->Add(Calendar1->Date)->BackColor = RGB(255,0,0);
|
90
|
How can I change the foreground color for a date

Calendar1->Events->Add(Calendar1->Date)->ForeColor = RGB(255,0,0);
|
89
|
How can I draw a date as strikeout

Calendar1->Events->Add(Calendar1->Date)->StrikeOut = true;
|
88
|
How can I underline a date

Calendar1->Events->Add(Calendar1->Date)->Underline = true;
|
87
|
How can I make italic a date

Calendar1->Events->Add(Calendar1->Date)->Italic = true;
|
86
|
How can I bold a date

Calendar1->Events->Add(Calendar1->Date)->Bold = true;
|
85
|
How can I get the last visible date being displayed in the calendar
Calendar1->ShowNonMonthDays = false;
Calendar1->Events->Add(Calendar1->LastVisibleDate)->Comment = L"This is the last visible date";
|
84
|
How can I get the first visible date being displayed in the calendar
Calendar1->ShowNonMonthDays = false;
Calendar1->Events->Add(Calendar1->FirstVisibleDate)->Comment = L"This is the first visible date";
|
83
|
How can I hide the ticker that's shown for dates that have a tooltip or a comment
Calendar1->CommentBackColor = Calendar1->BackColor;
Calendar1->Events->Add(Calendar1->Date)->Comment = L"This is a text that shows up when the cursor hovers the date";
|
82
|
How can I change the visual aspect of the dates that have a comment or a tooltip assigned

Calendar1->VisualAppearance->Add(1,TVariant("c:\\exontrol\\images\\normal.ebn"));
Calendar1->CommentBackColor = 0x1000000;
Calendar1->Events->Add(Calendar1->Date)->Comment = L"This is a text that shows up when the cursor hovers the date";
Calendar1->HideSelection = true;
|
81
|
How can I change the visual aspect of the dates that have a comment or a tooltip assigned
Excalendarlib_tlb::IAppearancePtr var_Appearance = Calendar1->VisualAppearance;
var_Appearance->Add(11,TVariant("c:\\exontrol\\images\\normal.ebn"));
var_Appearance->Add(1,TVariant("CP:11 4 2 -2 -2"));
Calendar1->CommentBackColor = 0x1000000;
Calendar1->Events->Add(Calendar1->Date)->Comment = L"This is a text that shows up when the cursor hovers the date";
Calendar1->HideSelection = true;
|
80
|
How can I change the color to highlight the dates that have a comment or a tooltip assigned

Calendar1->CommentBackColor = RGB(0,0,0);
Calendar1->Events->Add(Calendar1->Date)->Comment = L"This is a text that shows up when the cursor hovers the date";
Calendar1->HideSelection = true;
|
79
|
How can I hide the days that are shown in gray, and doesn' belong to the month

Calendar1->ShowNonMonthDays = false;
|
78
|
How can I change the color for non working days

Calendar1->NonworkingDays = 6;
Calendar1->NonworkingDaysPattern = Excalendarlib_tlb::PatternEnum::exPatternCross;
Calendar1->NonworkingDaysColor = RGB(255,0,0);
|
77
|
How can I change the pattern or the style to draw the non working days

Calendar1->NonworkingDays = 6;
Calendar1->NonworkingDaysPattern = Excalendarlib_tlb::PatternEnum::exPatternCross;
|
76
|
How can I show or hide the non working days
Calendar1->NonworkingDays = 0;
|
75
|
How can I specify the non working days
Calendar1->NonworkingDays = 6;
|
72
|
How can I specify the min and max years to scroll within
Calendar1->MinScrollYear = 2001;
Calendar1->MaxScrollYear = 2010;
|
71
|
How do I let the tooltip being displayed longer

Calendar1->ToolTipPopDelay = 10000;
Calendar1->Events->Add(Calendar1->Date)->Comment = L"This is a text that shows up when the cursor hovers the date";
Calendar1->HideSelection = true;
|
69
|
How can I change the date that gets the focus
Calendar1->Date = TDateTime(2001,1,1).operator double();
Calendar1->FocusDate = TDateTime(2001,1,2).operator double();
|
68
|
How can I select a new date
Calendar1->Date = TDateTime(2001,1,1).operator double();
Calendar1->Value = TDateTime(2001,1,2).operator double();
|
67
|
I've seen that the width of the tooltip is variable. Can I make it larger

Calendar1->ToolTipWidth = 328;
Calendar1->Events->Add(Calendar1->Date)->Comment = L"This is a text that shows up when the cursor hovers the date";
Calendar1->HideSelection = true;
|
66
|
How do I disable showing the tooltip for all control
Calendar1->ToolTipDelay = 0;
Calendar1->Events->Add(Calendar1->Date)->Comment = L"This is a text that shows up when the cursor hovers the date";
Calendar1->HideSelection = true;
|
65
|
How do I show the tooltip quicker
Calendar1->ToolTipDelay = 1;
Calendar1->Events->Add(Calendar1->Date)->Comment = L"This is a text that shows up when the cursor hovers the date";
Calendar1->HideSelection = true;
|
64
|
How do I call your x-script language
Calendar1->ExecuteTemplate(L"BackColor = RGB(255,0,0)");
|
63
|
How do I call your x-script language
Calendar1->Template = L"BackColor = RGB(255,0,0)";
|
62
|
Can I change the font for the tooltip

Calendar1->ToolTipDelay = 1;
/*
Select the Component\Import Component...\Import a Type Library,
to import the following Type Library:
OLE Automation
TypeLib: stdole2.tlb
to define the namespace: Stdole_tlb
*/
//#include "STDOLE_TLB.h"
Stdole_tlb::FontPtr var_StdFont = Calendar1->ToolTipFont;
var_StdFont->Name = L"Tahoma";
var_StdFont->Size = TVariant(long(14));
Calendar1->ToolTipWidth = 364;
Calendar1->Events->Add(Calendar1->Date)->Comment = L"This is a text that shows up when the cursor hovers the date";
Calendar1->HideSelection = true;
|
61
|
How can I change the caption of the Today's button

Calendar1->TodayCaption = L"Azi";
|
59
|
How do I unselect a date

Calendar1->SingleSel = false;
Calendar1->Date = TDateTime(2001,1,1).operator double();
Calendar1->SelDate = TDateTime(2001,1,2).operator double();
Calendar1->SelDate = TDateTime(2001,1,3).operator double();
Calendar1->SelDate = TDateTime(2001,1,4).operator double();
Calendar1->UnSelDate(TDateTime(2001,1,3).operator double());
|
58
|
How do I get the list of selected dates
// SelectionChanged event - Fired when the selection is changed.
void __fastcall TForm1::Calendar1SelectionChanged(TObject *Sender)
{
OutputDebugString( PChar(Calendar1->SelDate) );
}
|
57
|
How do I select multiple dates

Calendar1->SingleSel = false;
Calendar1->Date = TDateTime(2001,1,1).operator double();
Calendar1->SelDate = TDateTime(2001,1,2).operator double();
Calendar1->SelDate = TDateTime(2001,1,3).operator double();
Calendar1->SelDate = TDateTime(2001,1,4).operator double();
|
56
|
How do I get the selected date
Calendar1->SelDate = Calendar1->Date;
|
55
|
How can I build a date expression
Calendar1->Date = Calendar1->DoDate[2001,1,1];
|
54
|
How can I select a new date

Calendar1->Date = Calendar1->DoDate[2001,1,1];
Calendar1->SelDate = Calendar1->DoDate[2001,1,2];
|
53
|
How can I select a new date
Calendar1->Date = TDateTime(2001,1,1).operator double();
Calendar1->SelDate = TDateTime(2001,1,2).operator double();
|
52
|
How can I change the browsed date
Calendar1->Date = TDateTime(2001,1,1).operator double();
|
51
|
How can I show or hide the buttons that in the header

Calendar1->ShowYearSelector = false;
Calendar1->ShowMonthSelector = false;
|
50
|
How can I show or hide the buttons that scrolls the years

Calendar1->ShowYearSelector = false;
|
49
|
How can I disable changing the month in the months selector

Calendar1->ShowMonthSelector = false;
|
48
|
How can I change the visual aspect of the selected date, using your EBN

Calendar1->BackColor = RGB(255,255,255);
Calendar1->VisualAppearance->Add(1,TVariant("c:\\exontrol\\images\\normal.ebn"));
Calendar1->SelBackColor = 0x1000000;
Calendar1->SelForeColor = Calendar1->BackColor;
|
47
|
How can I change the colors for selected dates

Calendar1->SelBackColor = RGB(0,0,0);
Calendar1->SelForeColor = RGB(255,255,255);
|
46
|
How can I change the color of the line arround a month

Calendar1->DrawBorderLine = Excalendarlib_tlb::LineStyleEnum::LargeDots;
Calendar1->BorderLineColor = RGB(255,0,0);
|
45
|
How can I change the style of the line arround a month

Calendar1->DrawBorderLine = Excalendarlib_tlb::LineStyleEnum::LargeDots;
|
44
|
How can I specify the number of months being displayed
Calendar1->ShowTodayButton = false;
Calendar1->ShowYearScroll = false;
Calendar1->MinMonthX = 2;
Calendar1->MaxMonthX = 2;
Calendar1->MinMonthY = 2;
Calendar1->MaxMonthY = 2;
|
43
|
How can I lock the control, so user can't select a new date
Calendar1->Locked = true;
|
42
|
How do I change the first day of the week

Calendar1->FirstDay = Excalendarlib_tlb::WeekDayEnum::Monday;
|
41
|
How do I change the name of the months

Calendar1->MonthNames = L"Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec";
|
40
|
How do I change the name of the months

Calendar1->MonthName[Excalendarlib_tlb::MonthEnum::January] = L"Jan";
Calendar1->MonthName[Excalendarlib_tlb::MonthEnum::February] = L"Feb";
Calendar1->MonthName[Excalendarlib_tlb::MonthEnum::March] = L"Mar";
Calendar1->MonthName[Excalendarlib_tlb::MonthEnum::April] = L"Apr";
Calendar1->MonthName[Excalendarlib_tlb::MonthEnum::May] = L"May";
Calendar1->MonthName[Excalendarlib_tlb::MonthEnum::June] = L"Jun";
Calendar1->MonthName[Excalendarlib_tlb::MonthEnum::July] = L"Jul";
Calendar1->MonthName[Excalendarlib_tlb::MonthEnum::August] = L"Aug";
Calendar1->MonthName[Excalendarlib_tlb::MonthEnum::September] = L"Sep";
Calendar1->MonthName[Excalendarlib_tlb::MonthEnum::October] = L"Oct";
Calendar1->MonthName[Excalendarlib_tlb::MonthEnum::November] = L"Nov";
Calendar1->MonthName[Excalendarlib_tlb::MonthEnum::December] = L"Dec";
|
39
|
How do I change the name for each week day

Calendar1->AutoSize = Excalendarlib_tlb::AutoSizeEnum::exFixedSize;
Calendar1->FixedCellWidth = 24;
Calendar1->FixedCellHeight = 16;
Calendar1->WeekDays = L"Su Mo Tu We Th Fr Sa";
Calendar1->HeaderForeColor = RGB(255,0,0);
Calendar1->HeaderBackColor = RGB(255,255,255);
|
38
|
How can I specify the width and height for dates being displayed in the calendar
Calendar1->AutoSize = Excalendarlib_tlb::AutoSizeEnum::exFixedSize;
Calendar1->FixedCellWidth = 22;
Calendar1->FixedCellHeight = 16;
|
37
|
How can I specify the width and height for dates being displayed in the calendar
Calendar1->AutoSize = Excalendarlib_tlb::AutoSizeEnum::exFixedSize;
Calendar1->FixedCellWidth = 32;
Calendar1->FixedCellHeight = 24;
|
36
|
How do I change the appearance for dates in the calendar

Calendar1->AppearanceDay = Excalendarlib_tlb::AppearanceDayEnum::Day3D;
Calendar1->BackColor = 0x8000000f;
|
35
|
How do I specify the color for the grid lines

Calendar1->DrawGridLine = Excalendarlib_tlb::LineStyleEnum::SmallDots;
Calendar1->GridLineColor = RGB(255,0,0);
|
34
|
How do I draw the grid lines

Calendar1->DrawGridLine = Excalendarlib_tlb::LineStyleEnum::SmallDots;
|
33
|
How do I change the foreground color for the week days and week numbers header

Calendar1->HeaderForeColor = RGB(255,0,0);
Calendar1->ShowWeeks = true;
|
32
|
How do I change the background color for the week days and week numbers header

Calendar1->HeaderBackColor = RGB(255,0,0);
Calendar1->ShowWeeks = true;
|
31
|
How can I show or hide the 'Today' button

Calendar1->ShowTodayButton = false;
|
30
|
How can I show or hide the scroll bar that changes the year

Calendar1->ShowYearScroll = false;
|
29
|
How can I show or hide the header that displays the months

Calendar1->ShowMonth = false;
|
28
|
How can I show or hide the header that displays the week days

Calendar1->ShowDays = false;
|
27
|
How do I show or hide the weeks

Calendar1->ShowWeeks = true;
|
26
|
How can I change the visual appearance of Today date in the calendar

Calendar1->MarkToday = true;
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exMarkToday] = RGB(255,0,0);
|
25
|
How do I mark the Today date

Calendar1->MarkToday = true;
|
24
|
How can I show the control's selection even if the control loses the focus

Calendar1->HideSelection = false;
|
23
|
How can I hide the control's selection when the control loses the focus

Calendar1->HideSelection = true;
|
22
|
How do I enable single selection
Calendar1->SingleSel = true;
|
21
|
How do I enable multiple selection

Calendar1->SingleSel = false;
|
20
|
How do I disable or enable the control
Calendar1->Enabled = false;
|
19
|
Can I change the forecolor for the tooltip

Calendar1->ToolTipDelay = 1;
Calendar1->ToolTipWidth = 364;
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exToolTipForeColor] = RGB(255,0,0);
Calendar1->Events->Add(Calendar1->Date)->Comment = L"This is a text that shows up when the cursor hovers the date";
Calendar1->HideSelection = true;
|
18
|
Can I change the background color for the tooltip

Calendar1->ToolTipDelay = 1;
Calendar1->ToolTipWidth = 364;
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exToolTipBackColor] = RGB(255,0,0);
Calendar1->Events->Add(Calendar1->Date)->Comment = L"This is a text that shows up when the cursor hovers the date";
Calendar1->HideSelection = true;
|
17
|
Can I change the default border of the tooltip, using your EBN files

Calendar1->ToolTipDelay = 1;
Calendar1->ToolTipWidth = 364;
Calendar1->VisualAppearance->Add(1,TVariant("c:\\exontrol\\images\\normal.ebn"));
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exToolTipAppearance] = 0x1000000;
Calendar1->Events->Add(Calendar1->Date)->Comment = L"This is a text that shows up when the cursor hovers the date";
Calendar1->HideSelection = true;
|
16
|
How can I change the visual appearance of the selected month, in the months selector, using EBN files

Calendar1->VisualAppearance->Add(1,TVariant("c:\\exontrol\\images\\normal.ebn"));
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exMonthSelect] = 0x1000000;
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exMonthSelectForeColor] = RGB(255,0,0);
|
15
|
How can I change the visual appearance of Today date in the calendar, using EBN files

Calendar1->VisualAppearance->Add(1,TVariant("c:\\exontrol\\images\\pushed.ebn"));
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exMarkToday] = 0x1000000;
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exDropDownSelForeColor] = RGB(1,0,0);
Calendar1->SelForeColor = RGB(0,0,0);
Calendar1->MarkToday = true;
|
14
|
How can I change the visual appearance of separator between calendar and 'Today' button , using EBN files

Calendar1->VisualAppearance->Add(1,TVariant("c:\\exontrol\\images\\normal.ebn"));
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exDateSeparatorBar] = 0x1000000;
|
13
|
How can I change the visual appearance of the scrolling bar for years, using EBN files

Calendar1->VisualAppearance->Add(1,TVariant("c:\\exontrol\\images\\normal.ebn"));
Calendar1->VisualAppearance->Add(2,TVariant("c:\\exontrol\\images\\pushed.ebn"));
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exDateScrollRange] = 0x1000000;
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exDateScrollThumb] = 0x2000000;
|
12
|
How can I change the visual appearance of 'Today' button, using EBN files

Calendar1->VisualAppearance->Add(1,TVariant("c:\\exontrol\\images\\normal.ebn"));
Calendar1->VisualAppearance->Add(2,TVariant("c:\\exontrol\\images\\pushed.ebn"));
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exDateTodayUp] = 0x1000000;
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exDateTodayDown] = 0x2000000;
|
11
|
How can I change the visual appearance of header , using EBN files

Calendar1->VisualAppearance->Add(1,TVariant("c:\\exontrol\\images\\normal.ebn"));
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exDateHeader] = 0x1000000;
Calendar1->HeaderForeColor = RGB(255,0,0);
|
10
|
How can I change the visual appearance of header that week numbers, using EBN files

Calendar1->VisualAppearance->Add(1,TVariant("c:\\exontrol\\images\\normal.ebn"));
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exWeeksHeader] = 0x1000000;
Calendar1->HeaderForeColor = RGB(255,0,0);
Calendar1->ShowWeeks = true;
|
9
|
How can I change the visual appearance of header that displays days, using EBN files

Calendar1->VisualAppearance->Add(1,TVariant("c:\\exontrol\\images\\normal.ebn"));
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exDaysHeader] = 0x1000000;
|
8
|
How can I change the visual appearance of the drop down button, using EBN files
Calendar1->VisualAppearance->Add(1,TVariant("c:\\exontrol\\images\\normal.ebn"));
Calendar1->VisualAppearance->Add(2,TVariant("c:\\exontrol\\images\\pushed.ebn"));
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exDropDownButtonUp] = 0x1000000;
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exDropDownButtonDown] = 0x2000000;
|
7
|
How do I change the visual appearance of the left and right buttons in the calendar's header, using EBN files

Calendar1->VisualAppearance->Add(1,TVariant("c:\\exontrol\\images\\normal.ebn"));
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exScrollLeft] = 0x1000000;
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exScrollRight] = 0x1000000;
|
6
|
How do I change the visual appearance of the up and down buttons in the calendar's header, using EBN files

Calendar1->VisualAppearance->Add(1,TVariant("c:\\exontrol\\images\\normal.ebn"));
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exScrollUp] = 0x1000000;
Calendar1->Background[Excalendarlib_tlb::BackgroundPartEnum::exScrollDown] = 0x1000000;
|
5
|
How do I change the control's foreground color

Calendar1->ForeColor = RGB(255,0,0);
|
4
|
How do I change the control's background color

Calendar1->BackColor = RGB(200,200,200);
|
3
|
How can I change the control's font

Calendar1->Font->Name = L"Verdana";
|
2
|
How do I change the control's border, using your EBN files

Calendar1->VisualAppearance->Add(1,TVariant("c:\\exontrol\\images\\normal.ebn"));
Calendar1->Appearance = Excalendarlib_tlb::AppearanceEnum(0x1000000);
|
1
|
How do I remove the control's border

Calendar1->Appearance = Excalendarlib_tlb::AppearanceEnum::None2;
|